Boutique - a Shop Pluggin

== Version ==
This should be version 1.2, unless I have forgotten to update this bit.

== Summary ==
 This plugin helps connect buyers and sellers. The plugin maintains a list of
shops, helps users to discover shops and allows them to teleport to them.
 Buyers can find a shop with /shoplist and teleport to it with /shopgo [user]
Sellers must register their shop with /shopregister and open it with /shopopen.
After this, buyers can find them in the shop list. Buyers should also close
their shop with /shopclose if they're not interested in selling at the moment.
They can always reopen it again with /shopopen.
 Buyers can also use /shop to teleport to their shop, depending on configuration
options

== How This Plugin Exists ==

 I started learning java to make this plugin for a server that I play on
(Zarkov.net). I copy and pasted a lot of code, but had code some bits for
myself.

== Changelist ==

Version 1.1
 - Added config file
 - MySQL information no longer has to be written into the source code
 - Admins can now control what colour certain messages appear

Version 1.2
 - Database_* options renamed mysql_*
 - Admins can now choose a different MySQL database name other than "Boutique".
 - Admins can control teleport restrictions. Restrictions can be placed or
   removed depending on:
    - Whether the teleporter is the owner or not
    - Whether the owner is offline or online
    - Whether the shop is open or closed
 - Introduced request teleporting as an option for some circumstances. Customers
   can ask the owner to be teleported to the shop. Also, sellers can be forced
   to teleport to the shop with them (if request is enabled).
 - Options to control what classes of shops can appear in the shop list of the
   four posssible combinations of open/closed and owner offline/online
 - Old config file is backed up, the new one is made, and the options from the
   old one are imported
-


